Package-level declarations

Types

Link copied to clipboard

TBDex HTTP server responsible for handling RFQs, orders, and other interactions.

Link copied to clipboard
class TbdexHttpServerConfig(val port: Int, val pfiDid: String? = null, val offeringsApi: OfferingsApi? = null, val exchangesApi: ExchangesApi? = null, val balancesApi: BalancesApi? = null)

Configuration data for TBDex HTTP server.